CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TSP dynamic programming

搜索资源列表

  1. benchmark+for+DP

    0下载:
  2. 旅行商问题动态规划算法的应用 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。  -TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:61863
    • 提供者:586
  1. TTSP

    0下载:
  2. 用动态规划解双调TSP-dynamic programming solution using dual - TSP
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1459
    • 提供者:王秋芬
  1. design.rar

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2641209
    • 提供者:曾亮
  1. tsp

    0下载:
  2. 用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1815
    • 提供者:L.Zhang
  1. mytsp

    0下载:
  2. tsp的动态规划方法实现,可解决小规模的tsp问题-tsp of dynamic programming method, which addresses the issue of small-scale tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:8917
    • 提供者:will
  1. TSP

    0下载:
  2. tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:2177
    • 提供者:彭江涛
  1. TSPTEST

    0下载:
  2. 动态规划算法求解TSP问题.包含2种求解方式,递归求解和备忘录求解.-Dynamic Programming Algorithm for Solving TSP Problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:50745
    • 提供者:FC
  1. DP_TSP

    0下载:
  2. Dynamic Programming Code for the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:17422
    • 提供者:foxman
  1. TSP_by_dynamic_programming

    0下载:
  2. 使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17932
    • 提供者:EA
  1. wtsf.tgz

    1下载:
  2. N皇后问题回溯算法.c 货郎担分枝限界图形演示.c 矩阵乘法动态规划.c 万年历 动态计算网络最长最短路线.c 货郎担限界算法.c 骑士遍历 网络最短路径Dijkstra算法.c-N queens problem backtracking algorithm. C TSP branch and bound graphical presentation. C matrix multiplication, dynamic programming. C calendar dynamic compu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:20433
    • 提供者:swikon
  1. TSP

    0下载:
  2. 利用动态规划思想,求货郎担问题,采用C++,显示各结点的路径并求出最短距离-The use of dynamic programming ideas, seeking traveling salesman problem, using C++, showing the node' s path and find the shortest distance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:10328
    • 提供者:mr wu
  1. GeneticAlgorithm(ccnu02)

    0下载:
  2. 旅行商问题TSP的动态规划算法,结果以图形方式给出-TSP, traveling salesman problem dynamic programming algorithm, results are presented graphically
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:113842
    • 提供者:alien
  1. pudn_undirectinal_tsp

    0下载:
  2. This cpp source solve the problem 116 - Undirectinal TSP in UVa Online Judge using dynamic programming for traveling salesman problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8900
    • 提供者:ucbicpc
  1. Tsp

    0下载:
  2. 动态规划关于旅行商问题的C++实现源代码。-On the traveling salesman problem dynamic programming C++ implementation source code. 11111111
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1105229
    • 提供者:chyl
  1. tsp

    0下载:
  2. 动态规划法 找出最短回路 算法复杂度有点高 鼠标右键设点 左键出结果-Dynamic programming method to find the shortest loop
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2150546
    • 提供者:at
  1. TSP

    0下载:
  2. 输入初始的矩阵图;将每一步动态规划法的过程以矩阵形式输出 将最后的路径结果输出。-The initial input matrix Each step of the dynamic programming process to matrix form output Will the final path output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2901
    • 提供者:雅典娜
  1. TSP-PROBLEM

    0下载:
  2. C99标准实现的动态规划法和分支定界法解决TSP问题-Dynamic Programming Method and Brand-and-Bound Method Solving TSP Problem Under C99 Standard
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5977
    • 提供者:create
  1. TSP

    0下载:
  2. 旅行商问题,用的是动态规划算法,需要自己输入结点和弧长,例如A B 3,表示A B 之间的弧长距离为3-Traveling salesman problem, using a dynamic programming algorithm, you need to enter your node and arc length, for example, AB 3, showing the arc between three distances AB
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2261
    • 提供者:刘丽
  1. TSP

    0下载:
  2. 这是一个关于著名最短路问题 旅行商问题的C++实现,本代码里面包含了两种实现方法:(1)动态规划求解TSP (2)蚁群算法求解TSP-This code is programed in C++ to solve TSP problem, which include two algorithm:(1)dynamic programming and (2)ant colony optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3389
    • 提供者:chen
  1. TSP动态规划

    0下载:
  2. TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:663552
    • 提供者:monkeyking
« 12 »
搜珍网 www.dssz.com